﻿@charset "utf-8";
/*head*/
/*导航下拉固定*/
.fixed {
  position: fixed;
  top: 0;
  opacity: 0.95;
  -moz-box-shadow:2px 2px 5px #333333; 
  -webkit-box-shadow:2px 2px 5px #333333; 
  box-shadow:2px 2px 5px #333333;
}
/*导航下拉固定*/
.navbar {
  width: 100%;
  background: #057c41;
  z-index: 999;
  margin-bottom: 0;
}
.top {
  padding: 10px 0 8px;
  background: #32373b;
}
.top p ,.top a{
  color: #fff;
  line-height: 14px;
  text-align: right;
  font-size: 14px;
}
.logo {
  padding: 6px 0;
}
.logo p {
  font-size: 30px;
  line-height: 30px;
  color: #057c41;
  float: left;
  font-weight: bold;
  padding: 18px 0 0 20px;
}
.logo p span {
  font-size: 24px;
  line-height: 30px;
  display: block;
  color: #2b2b2b;
  font-weight: normal;
}
.tel-box {
  width: 210px;
  float: right;
  padding-left: 48px;
  background: url(../images/tel.png) no-repeat center left;
  margin-top: 30px;
}
.tel-box p{
  font-size: 16px;
  color: #32373b;
  line-height: 20px;
}
.tel-box p span{
  font-size: 24px;
  color: #057c41;
  font-weight: bold;
}
.head-nav {
  padding:20px 0;
}
.pc-nav-box {
}
.pc-nav-box li {
    width: 12%;
    text-align: center;
}
.pc-nav-box li:last-child {
    border-right: none;
}
.pc-nav-box li:hover a {
  transition: all 0.3s;
}
.pc-nav-box li a {
  font-size: 18px;
  color: #fff;
}
.active ,.pc-nav-box li:hover a{
  font-weight: bold;
}
.wap-nav-box .con{
  float: right;
}
.nav-er {
    position: absolute;
}
.nav-er li:first-child {
    border-top:2px solid #1d9849;

}
.nav-er li{
    width: 150px;
    line-height: 45px;
    clear:left;
    display:none; 
    background:#fff; 
    position: relative;
    border-bottom: 1px solid #ECEEEF;
    text-align: center;
    margin-left: -10px;
}
.nav-er .head-nav1 a {
  font-size: 14px;
  color: #2b2b2b;
}
.pc-nav-box ul li:hover ul li{display:block;z-index:1;}
.nav-er li:hover {
    background: #05B644;
    opacity: 1;
}
.nav-er>li:hover a {
    color: #fff;
}
.wap-nav-box button{
    width:40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #ccc;
    float: left;
    background:  url(../images/nav.png) no-repeat center;
    border-radius: 8px;
}
.wap-nav-box button:hover{
    background-color: #f5f5f5;
}

.wap-nav-box span{
    font-size: 16px;
    display: inline-block;
    width: 96%;
    height: 50px;
    margin-left: 2%;
    line-height: 50px;
    border-bottom: 1px solid #f5f5f5;
    text-align: center;
}
.wap-nav-box span:hover{
    background-color: #f5f5f5;
}

.wap-nav-box .bgDiv{
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    position:fixed;
    display: none;
    z-index: 99;
    bottom: 0;
}
.wap-nav-box .leftNav{
    width: 50%;
    max-width: 400px;
    height: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 999;
    top: 0;
    left: -50%;
}
.xiala {
  width: 100%;
}
.xiala .btn {
    width: 100%;
    margin: 10px 0;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    background-color: #057c41!important;
    color: #fff;
}
.xiala .btn:hover {
  background-color: #FB3438!important;
  color: #fff!important;
}
.xiala .dropdown-menu {
  width: 100%;
  top: 82%;
}
.xiala .dropdown-menu li a{
  line-height: 32px;
  border-bottom: 1px solid #ddd;
}
/*导航 end*/

/*----轮播图 start----*/
  #slider2,
  #slider3 {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
  }
  .rslides_tabs {
    list-style: none;
    padding: 0;
    background: rgba(0,0,0,.25);
    box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
    -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
    font-size: 18px;
    list-style: none;
    margin: 0 auto 50px;
    max-width: 540px;
    padding: 10px 0;
    width: 100%;
  }
  .rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 1px;
  }
  .rslides_tabs a {
    width: auto;
    line-height: 20px;
    padding: 9px 20px;
    height: auto;
    background: transparent;
    display: inline;
  }
  .rslides_tabs li:first-child {
    margin-left: 0;
  }
  .rslides_tabs .rslides_here a {
    background: rgba(255,255,255,.1);
    color: #fff;
    font-weight: bold;
  }
  .events {
    list-style: none;
  }
  .callbacks_container {
    position: relative;
    float: left;
    width: 100%;
    
  }
  .callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .callbacks li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }
  .callbacks img {
    position: relative;
    z-index: 1;
    height: auto;
    border: 0;
    width: 100%;
  }
  .callbacks .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    left: 15%;
    right: 0%;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
    top: 28%;
  }
  .callbacks_nav {
      position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 56%;
    left: 8%;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 46px;
    width: 36px;
    background: transparent url("../images/img-sprite.png") -105px -1px;
    margin-top: -65px;
    opacity: 0.4;
  }
  .callbacks_nav:active {
    opacity: 1.0;
  }
  .callbacks_nav.next {
    left: auto;
    background-position:-136px -1px;
    right: 8%;
  }
  #slider3-pager a {
    display: inline-block;
  }
  #slider3-pager span{
    float: left;
  }
  #slider3-pager span{
    width:100px;
    height:15px;
    background:#fff;
    display:inline-block;
    border-radius:30em;
    opacity:0.6;
  }
  #slider3-pager .rslides_here a {
    background: #FFF;
    border-radius:30em;
    opacity:1;
  }
  #slider3-pager a {
    padding: 0;
  }
  #slider3-pager li{
    display:inline-block;
  }
  .rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
  }
  .rslides li:first-child {
    position: relative;
    display: block;
    float: left;
  }
  .rslides img {
    height: auto;
    border: 0;
  }
  .callbacks_tabs{
    list-style: none;
    position: absolute;
    top: 89%;
    z-index: 16;
    left: 46%;
    padding: 0;
    margin: 0;
  }
  .callbacks_tabs li{
    display:inline-block;
  }
  /*----*/
  .callbacks_tabs a{
   visibility: hidden;
  }
  .callbacks_tabs a:after {
    content: "\f111";
    font-size:0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height:14px;
    width:14px;
    display:inline-block;
    border:2px solid #FFF;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
  }
  .callbacks_here a:after{
    background:#057C41;
  }
  .slide-text-info h2{
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    font-size: 1.5em;
    width: 37%;
    margin:0;
    line-height:38px;
  }
  .slide-text-info P{
    width: 29%;
    margin: 0.5em 0 1.5em;
    font-size: 0.7em;
    line-height: 25px;
    text-shadow: 2px 2px #000;
  }
  /*----*/
   a.startnow{
    text-decoration:none;
    color:#fff;
    padding:10px 20px;
    transition:0.5s all;
    font-size: 0.8em;
    border:1px solid #fff;
  }
  a.startnow:hover{
    border:1px solid #f8991e;
    background:#f8991e;
  }
/*----轮播图 end----*/

footer {
  background: #32373B;
  padding: 80px 0 ;
}
footer p,footer a ,footer h2{
  color: #989B9D;
}
.foot-contact {
  padding: 0 0 0 5%;
}
.foot-list-box {
  margin-bottom: 40px;
  width: 
}
.foot-list-item a{
  display: block;
  height: 30px;
  line-height: 30px;
  max-width: 13em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; 
}
.fast a {
  width: 100%;
}
.foot-contact h2,.foot-h2{
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  color: #fff;
}
.foot-contact h2:after ,.foot-h2:after{
  display: block;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #057c41;
  margin: 14px 0;
}
.foot-contact h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
  color: #fff;
}
.foot-contact p {
  line-height: 26px;
}
.foot-line {
  width: 100%;
  height: 1px;
  background-color: #292e31;
  box-shadow: 0px 1px 0px 0px 
    #40454a;
}
.foot-contact .gbook {
  display: block;
  width: 180px;
  height: 45px;
  background: #057c41 url(../images/email.png) no-repeat 26% center;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  line-height: 45px;
  border-radius: 4px;
  margin-top: 20px;
  padding-left: 78px;
}
.erweima {
  background: #fff;
  padding:3%; 
  text-align: center;
  margin-top: 50px;
}
.erweima img {
  margin: 0 auto;
  display: inherit;
}
.end {
  margin-top: 24px;
}
.foot-nav {
  padding-top: 42px;
}
.foot-nav li {
  border-right: 1px solid #a2a2a2;
  line-height: 14px;
}
.foot-nav li:last-child {
  border-right: none;
}

.go-top {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/go-top.png) no-repeat center;
  position: fixed;
  right: 4px;
  bottom: 80px;
}


@media (min-width: 768px){
   .modal-dialog {
      width: 600px;
      margin: 103px auto;
  }

}
@media (min-width: 993px) and (max-width: 1200px) { 
  .index-application-left {
    padding: 50px 24px;
  }
    .pc-nav-box li {
        padding: 0 0 0 2%;
    }

  .foot-contact {
      padding: 0;
  }
  .erweima {
    padding: 2%;
  }
}
@media (min-width: 768px) and (max-width: 992px) { 
  .index-news-left {
      padding: 20px 40px;
      height: auto;
  }
  .index-news-left .index-title {
      margin-bottom: 20px;
  }
  .index-news-right {
    height: auto;
    padding: 0 15px;
  }
  .index-new-list {
    border-bottom: 1px solid #e1e1e1!important;
    border-right: none!important;
    border-left: none!important;
    border-top: none!important;
  }
  .z-box {
    display: none;
  }
  .callbacks_tabs a:after {
    width: 16px;
    height: 16px;
  }
  .index-hotpro-list .caption h3 {
    float: none;
  }
  .index-application-left {
      padding: 16px 8px;
  }
  .callbacks img {
      width: 138%!important;
      left: -18%;
  }
}
@media (max-width: 767px) {
  .hot-index-title h2 {
    line-height: 42px;
    font-size: 24px;
  }
  .hot-index-title p {
    font-size: 16px;
  }
  .navbar {
    background: #fff;
  }
  .logo {
    padding: 0;
  }
  .head-nav {
    padding: 0;
  }
  .proHv {
    width: 196px;
    height: 146px;
  }
  .tel-box {
    margin-top: 14px;
    margin-left: 1px;
    width: 210px;
    float: left;
    padding-left: 0; 
    background: #fff; 
  }
  .tel-box em {
    color: #057c41;
    font-weight: bold;
  }
  .wap-nav-box .con {
    float: right;
    margin-top: -8px;
  }
  .callbacks_tabs a:after {
    width: 12px;
    height: 12px;
  }
  .logo img {
    width: 60px!important;
    padding: 4px 0;
  }
  .logo p {
    font-size: 16px;
    line-height: 0px;
    padding: 18px 0 0 0;
  }
  .search-box {
    width: 100%;
  }
  .search-box .input1 {
    width: 80%;
  }
  .search-box .input2 {
    width: 20%;
  }
  .search {
    margin: 12px auto;
  }
  .hot-search {
    margin-top: 4px;
    float: left;
    line-height: 20px;
    padding-left: 0;
    font-size: 14px;
  }
  .index-hot-title {
    position: absolute;
    top: 4px;
    left: 20px;
  }
  .index-hot-title .p1 {
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    color: #bebebe;
  }
  .index-hot-title .p2 {
    font-size: 18px;
    line-height: 20px;
  }
  .index-hot-title .line {
    margin: 6px 0;
  }
  .index-hot-title .p3 {
    font-size: 20px;
    line-height: 22px;
  }
  .index-hot-title .more {
    width: 140px;
    height: 32px;
    font-size: 18px;
    line-height: 32px;
    margin-top: 36px;
  }
  .index-pro-nav a {
    line-height: 26px;
    width: 46%;
    margin-top: 10px;
    text-align: center;
  }
  #fczs_gd {
    height: 440px!important;
    width: 100%!important;
  }
  #fczs_gd ul li {
    width: 190px;
    margin-right: 10px;
  }
  .index-title h2 {
    font-size: 26px!important;
    line-height: 36px;
  }
  .index-title p {
    font-size: 18px!important;
    line-height: 20px;
  }
  .index-title span {
    margin: 14px 0;
  }
  .index-hot-products {
    padding: 20px 0;
  }
  .index-hotpro-list .caption {
    padding: 0 28px 28px;
  }
  .index-hotpro-list .caption h3 {
    float: none;
  }
  .index-products {
    padding: 30px 0 0;
  }
  .index-application {
    padding: 50px 0;
  }
  .index-application-left {
    padding: 24px;
    height: auto; 
  }
  .index-products .more {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .index-about {
    padding: 40px 0;
    margin-top: 40px;
  }
  .index-news-left .index-title {
    margin-bottom: 24px;
  }
  .index-news-left {
    padding: 24px;
    height: auto; 
  }
  .index-news-right {
    background: #F6F6F6;
    height: auto; 
    padding: 0 3%;
  }
  .index-new-list {
    border-bottom: 1px solid #e1e1e1!important;
    margin-top: 20px;
    padding-bottom: 10px;
  }
  .index-case {
    padding: 26px 0;
  }
  .about-img {
    margin-bottom: 10px;
  }
  .z-box {
    display: none;
  }
  .index-news ,.index-QA{
     padding: 40px 0; 
  }
  .about-vision-left {
      width: 100%;
      height: auto; 
      padding: 40px 22px 28px 52px;
      background: url(../images/back5.png) no-repeat center;
      background-size: 100%;
  }
  .about-vision-right {
    width: 100%; 
    height: auto; 
    padding: 16px 10px;
  }
  .about-info-box {
    padding: 16px 10px;
  }
  .about-mission li {
    width: 100%;
    border-bottom: 1px dashed #CFCFCF;
    border-left: none;
    padding: 10px 10px;
    margin: 10px 0 0;
    height: auto; 
  }
  .about-mission li p:first-child {
    float: left;
    margin-right: 10px;
  }
  .about-Personality ul li {
    width: 49%;
  }
  .about-Essence .h2 {
    font-size: 28px;
  }
  .about-Essence .p {
    font-size: 18px;
  }
  .about-Personality .p2 {
    height: 140px;
  }

  .foot-contact {
    padding: 38px 3%;
  }
  .erweima {
    width: 50%; 
    background: #fff;
    padding: 3%;
    text-align: center;
    margin: 0 auto;
    float: none;
    overflow: hidden;
    margin-top: 24px;
  }
  .erweima img {
  margin: 0 auto;
  display: inherit;
  width: 80%;
  }
  .foot-list-box {
    margin-bottom: 0;
  }
  .index-pro-list {
    margin-top: 0px;
    padding: 6px;
  }
  .index-pro-list .caption h3 {
    margin-top: 12px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 14px;
  }
  .thumbnail .caption {
    padding: 0;
  }
  .index-application-top h2 {
    font-size: 20px;
    -webkit-text-stroke: 1px #fff;
  }
  .index-application-top p {
    font-size: 18px;
    line-height: 22px;
  }
  .index-application-box {
    padding: 46px 0;
  }
  .index-application-bt .col-sm-2 {
    width: 25%;
    float: left;
  }
  .index-application-bt .col-xs-6 {
    margin-left: 6%;
  }
  .foot-contact h3 {
    font-size: 18px;
  }
  .index-case-list .caption {
    width: 100%;
    height: auto; 
    background: #FAFAFA;
    padding: 10px 4px;
    overflow: hidden;
  }
  .index-case-list .caption .more {
    width: 70px;
    height: 26px;
    line-height: 26px;
  }
  .info .contact li div {
      width: 58%;
      margin: 14px auto;
      height: 60px;
      border-radius: 16px;
      transition: all 0.3s;
  }
  .info table td {
    padding: 0!important;
  }
  .info-title {
    font-size: 18px;
  }
  .contact-gbook2 {
    padding: 46px 10px;
  }
  .location {
    margin-bottom: 14px;
    height: auto;
  }
  .callbacks img {
      position: relative;
      z-index: 1;
      height: auto;
      border: 0;
      width: 172%!important;
      left: -38%;
  }
  .callbacks_tabs {
  	top: 77%!important;
    left: 42%;
  }
  footer {
      background: #303030;
      padding: 0 0 10px;
      margin-bottom: 50px;
  }
  .foot-menu{ background:#fff; overflow:hidden; position:fixed; bottom:0px; width:100%; z-index:1000;border-top: 1px solid #F5F6F6;}
  .foot-menu li{ float:left; line-height:50px; font-size:14px; text-align:center;}
  .foot-menu ul > li + li {
    border-left: 1px solid #ddd;
  } 
  .foot-menu li{ width:25%;}
  .foot-menu li.li1 a{ display:block;color: #61504D;}
  .foot-menu li.li3{   background:url(../images/phone.png) no-repeat 15px center #fff;background-size:34%; background-position:8px 47%;}
  .foot-menu li.li3 a{ color:#61504D; padding-left:40px;}
  .foot-menu li a { color:#61504D;} 
  }
  .index-gbook input {
    width: 100%;
  }
  .info .contact li {
    margin: 0;
  }
  .info .contact {
    margin: 24px 0;
  }
  .info .contact li div {
    margin: 6px auto;
  }
}
  
